home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Interactive 7
/
PC World Interactive 7.iso
/
bb2000
/
files
/
SlMov5.dxr
/
00005.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-02-20
|
168 b
|
14 lines
on exitFrame
if autoVideoStopped() then
closeVideo()
go("exitblank")
else
go(the frame)
end if
end
on mouseDown
closeVideo()
go("exitblank")
end